Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revision Both sides next revision
en:start:importer [2016/07/07 17:51]
admin created
en:start:importer [2016/07/07 17:52]
admin
Line 4: Line 4:
  
 The basic idea behind this feature is to create a system, which could be used to import data in every possible csv-format. That means the csv don't need to have a default structure like this: The basic idea behind this feature is to create a system, which could be used to import data in every possible csv-format. That means the csv don't need to have a default structure like this:
-row1 ⇒ record1 +row1 ⇒ record1 ​\\ 
-row2 ⇒ record2 +row2 ⇒ record2 ​\\ 
-row3 ⇒ record3+row3 ⇒ record3 ​\\
  
 You could create a process which could handle the following structure (Only an example): You could create a process which could handle the following structure (Only an example):
-row1 ⇒ record1 basic data +row1 ⇒ record1 basic data \\ 
-row2 ⇒ additional information to record1 (products, …) +row2 ⇒ additional information to record1 (products, …) \\ 
-row3 ⇒ additional information to record1+row3 ⇒ additional information to record1 ​\\
 row4 ⇒ record2 basic data row4 ⇒ record2 basic data