Difference between revisions of "Bad CSV rate file examples"
From Kolmisoft Wiki
Jump to navigationJump to search
Line 15: | Line 15: | ||
Values in the header are separated by ';' and all the following values in other lines are separated by ','. | Values in the header are separated by ';' and all the following values in other lines are separated by ','. | ||
This is not acceptable - all values in all files should be separated by ';' or by ','. | This is not acceptable - all values in all files should be separated by ';' or by ','. Having both of these separators is not acceptable. | ||
Files in such a format can't be imported. | Files in such a format can't be imported. |
Revision as of 12:49, 28 May 2010
Example 1
In this file there are separate prefixes in one line.
Only one prefix can be on a separate line.
Files in this format can't be imported.
Example 2
Values in the header are separated by ';' and all the following values in other lines are separated by ','.
This is not acceptable - all values in all files should be separated by ';' or by ','. Having both of these separators is not acceptable.
Files in such a format can't be imported.
Example 3
The prefixes have '00' in front of them. No international prefix is allowed in front of a prefix.
Files in such a format can't be imported.