Is .tsv an accepted file format for import? I am only familiar with .dat or .csv .
*This post is locked for comments
Thanks alot.
If you use a simple control file, only comma-separated values are accepted.
If you use the "Intelligent" control file, in theory you can use any character as separator: comma, semi-colon, colon, tab, &, etc.
Please consider that the file extension (.dta, .csv, .txt or whatever) doesn't have any meaning to the import process. If you use a simple control file, SL will expect a comma separated file even if you supply contoso.tsv.
If you want to use tab-separated values, you should produce a intelligent control file and set a separator like in the following sample:
'$include: "bsl.dh" '24271 Control Macro Sub ProcessImportLine( LevelNumber%, Retval% ) select Case LevelNumber case TI_Start call AliasConstant( "Level0", "CurrencyRate" ) Call AliasConstant("Separator", chr(9)) case 0 ' 0 of 0
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.