Handling CSV file in a German version of Windows

Information related to the use of iMacros for form filling and data upload.
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team
Post Reply
User avatar
Tech Support
Posts: 4948
Joined: Tue Sep 20, 2005 7:25 pm
Contact:

Handling CSV file in a German version of Windows

Post by Tech Support » Fri Nov 03, 2006 4:39 pm

The german standard for CSV files use the semicolon as a separator as opposed to the comma. This means that in order to run the 'file-2-web-method2' example that comes with the iMacros installation one must replace the comma separators with semicolons.

However, this change must also be reflected in the Schema.ini file. The line:

Code: Select all

Format=CSVDelimited
should be replaced by:

Code: Select all

Format=Delimited(;)
Daniel Kerr
iOpus Support
Post Reply