Difference between revisions of "Good CSV rate file examples"

From Kolmisoft Wiki
Jump to navigationJump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Example 1 =  
= Example 1 =  
Simplest example.


# Header in first line is possible - it will be ignored in import.
# Header in first line is possible - it will be ignored in import.
# Quates are removed.
# Necessary fields Prefix and Rate are present
# Necesarry fields Prefix and Rate are present


so this file can be imported.
so this file can be imported.
Line 9: Line 10:
[[Image:good_rate_csv_example1.png]]
[[Image:good_rate_csv_example1.png]]


This file can be imported then CSV separators are set like this:
[[Image:csv_separators_setup1.png]]
<br>
= Example 2 =
# Header in first line is possible - it will be ignored in import.
# Quotes are removed.
# Necessary fields Prefix and Rate are present
so this file can be imported.
[[Image:good_rate_csv_example2.png]]
This file can be imported then CSV separators are set like this:
[[Image:csv_separators_setup2.png]]




= See also =
= See also =


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

Latest revision as of 10:06, 26 September 2009

Example 1

Simplest example.

  1. Header in first line is possible - it will be ignored in import.
  2. Necessary fields Prefix and Rate are present

so this file can be imported.

Good rate csv example1.png

This file can be imported then CSV separators are set like this:

Csv separators setup1.png



Example 2

  1. Header in first line is possible - it will be ignored in import.
  2. Quotes are removed.
  3. Necessary fields Prefix and Rate are present

so this file can be imported.

Good rate csv example2.png

This file can be imported then CSV separators are set like this:

Csv separators setup2.png


See also