Difference between revisions of "Error Messages/42786"
(Created page with "= Error Message = :image:Err42786.png = Cause = This error occurs when you are importing or pasting a table of data in the Export-Import data format, and something is ...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | = Error | + | [[Category: Error messages]] |
+ | |||
+ | == Error message == | ||
:[[image:Err42786.png]] | :[[image:Err42786.png]] | ||
− | = Cause = | + | == Cause == |
− | This error occurs when you are importing or pasting a table of data in the [[Export-Import data format]], and something is wrong with the format of the incoming data. It can occur when you use the '''File → Import...''' menu item for an edit table, when you paste into a table after using '''Copy Table''', when using the [[ReadExportFile]] function, or when using the [[ | + | This error occurs when you are importing or pasting a table of data in the [[Export-Import data format]], and something is wrong with the format of the incoming data. It can occur when you use the '''File → Import...''' menu item for an edit table, when you paste into a table after using '''Copy Table''', when using the [[ReadExportFile]] function, or when using the Import [[typescript]] command. |
The following incoming table data illustrates the problem that generates this error message. | The following incoming table data illustrates the problem that generates this error message. | ||
− | <pre> | + | <pre style="background:white; border:white; margin-left: 1em;"> |
TextTable Value actual_pxy | TextTable Value actual_pxy | ||
Real_case 1 | Real_case 1 | ||
Line 25: | Line 27: | ||
The index ''J'' appears on line 3 and on line 8, but the index values are not consistent on those two lines. On line 3, ''J'' is shown with 10 values. To be in the proper format, the values given for ''J'' on Line 8 must also be 1 thur 10, but are 1 thru 6 in this data, thus causing the error. | The index ''J'' appears on line 3 and on line 8, but the index values are not consistent on those two lines. On line 3, ''J'' is shown with 10 values. To be in the proper format, the values given for ''J'' on Line 8 must also be 1 thur 10, but are 1 thru 6 in this data, thus causing the error. | ||
− | + | == See Also == | |
− | = See Also = | + | * [[Import and Export data]] |
− | |||
* [[Export-Import data format]] | * [[Export-Import data format]] | ||
* [[ReadExportFile]] | * [[ReadExportFile]] | ||
+ | * [[Export]] | ||
* [[Import]] typescript command | * [[Import]] typescript command | ||
+ | * [[Typescript]] |
Latest revision as of 17:59, 1 June 2016
Error message
Cause
This error occurs when you are importing or pasting a table of data in the Export-Import data format, and something is wrong with the format of the incoming data. It can occur when you use the File → Import... menu item for an edit table, when you paste into a table after using Copy Table, when using the ReadExportFile function, or when using the Import typescript command.
The following incoming table data illustrates the problem that generates this error message.
TextTable Value actual_pxy Real_case 1 J 1 2 3 4 5 6 7 8 8 10 I 1 0.02 0.04 0.0027 0.02 0.04 0.0027 0.02 0.04 0.0027 0.02 2 0.016 0.00357 0.0136 0.052 0.00745 0.0945 0.00091 0.00126 0.00163 0.0035 Real_case 2 J 1 2 3 4 5 6 I 1 0.10 0.085 0.011 0.04 0.0027 0.02 2 0.00719 0.039 0.0896 0.04 0.0027 0.02
The index J appears on line 3 and on line 8, but the index values are not consistent on those two lines. On line 3, J is shown with 10 values. To be in the proper format, the values given for J on Line 8 must also be 1 thur 10, but are 1 thru 6 in this data, thus causing the error.
See Also
- Import and Export data
- Export-Import data format
- ReadExportFile
- Export
- Import typescript command
- Typescript
Enable comment auto-refresher