Difference between revisions of "Bad CSV rate file examples"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 26: Line 26:
= Example 3 =  
= Example 3 =  


Prefixes have '00' in front of them. No international prefix is allowed in front of a prefix.
The prefixes have '00' in front of them. No international prefix is allowed in front of a prefix.




Line 36: Line 36:


<br><br>
<br><br>
= See also =
= See also =


* [[Rate import from CSV]]
* [[Rate import from CSV]]
* [[Good CSV rate file examples]]
* [[Good CSV rate file examples]]

Revision as of 12:48, 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.

Bad rate csv example1.png




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 ','. Neither of these separators is acceptable.

Files in such a format can't be imported.

Bad rate csv example2.png




Example 3

The prefixes have '00' in front of them. No international prefix is allowed in front of a prefix.


File in such a format can't be imported.

Bad rate csv example3.png




See also