Difference between revisions of "ReadExportFile"
Line 5: | Line 5: | ||
== ReadExportFile(filename'', showDialog'') == | == ReadExportFile(filename'', showDialog'') == | ||
− | Reads an array from a file that is in the [[Export-Import data format]]. This file format is produced when you use the | + | Reads an array from a file that is in the [[Export-Import data format]]. This file format is produced when you use the [[File menu|File]] → '''Export''' menu command when viewing a table. |
Local indexes are created for each dimension in the file. | Local indexes are created for each dimension in the file. | ||
Line 24: | Line 24: | ||
* [[ReadTextFile]] | * [[ReadTextFile]] | ||
* [[ReadCsvFile]] | * [[ReadCsvFile]] | ||
− | * [[ | + | * [[Import and Export data]] |
Revision as of 17:57, 1 June 2016
requires Analytica Enterprise or higher
ReadExportFile(filename, showDialog)
Reads an array from a file that is in the Export-Import data format. This file format is produced when you use the File → Export menu command when viewing a table.
Local indexes are created for each dimension in the file.
When «filename» does not include a complete file path, the name is interpreted relative to the CurrentDataFolder.
The optional «showDialog» parameter can be set to true to force the file selection dialog to always appear. Doing so allows the user to change which file is read.
Library
Database Functions
History
Introduced in Analytica 4.5.
See Also
- Export-Import data format
- Export command (at present there isn't a WriteExportFile function. For now, the Export command can be used instead)
- ReadTextFile
- ReadCsvFile
- Import and Export data
Comments
Enable comment auto-refresher