Difference between revisions of "Bad CSV rate file examples"
From Kolmisoft Wiki
Jump to navigationJump to search
(7 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
In this file there are separate prefixes in one line. | In this file there are separate prefixes in one line. | ||
Only one prefix can be | Only one prefix can be on a separate line. | ||
Files in this format can't be imported. | |||
[[Image: | [[Image:bad_rate_csv_example1.png]] | ||
<br><br> | |||
= Example 2 = | |||
= Example | 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 either ';' or by ',' - but having both of these separators is unacceptable. | |||
Files in such a format can't be imported. | |||
[[Image:bad_rate_csv_example2.png]] | |||
<br><br> | |||
= 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. | |||
[[Image:bad_rate_csv_example3.png]] | |||
<br><br> | |||
= See also = | = See also = |
Latest revision as of 12:51, 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 either ';' or by ',' - but having both of these separators is unacceptable.
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.