Logo

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
joomla25:auction:import_csv [2013/11/22 12:15]
admin
joomla25:auction:import_csv [2013/11/22 12:30]
admin
Line 8: Line 8:
 \\ \\
 These "​.csv"​ files need to be written in a specific order and format to be eligible for upload and to have no errors since each value will be inserted in the database.\\ These "​.csv"​ files need to be written in a specific order and format to be eligible for upload and to have no errors since each value will be inserted in the database.\\
-It is very important that the information is separated by tab spacing and without a header row.\\+It is very important that the information is separated by **tab spacing** and without a header row.\\
 \\ \\
-The order of the fields found in database is defined by the "​**tools.php**"​ file found on "​components\com_bids\helpers"​.\\ +The CSV to DB field mapping can be seen in the **ImportFromCSV** function ​in the "​**tools.php**"​ file found at "​components\com_bids\helpers"​.\\ 
-To know exactly how the structure of the file must be, here is a list of the fields with their corresponding IDs and automatically ​how they should be ordered on the .csv file:\\+To know exactly how the structure of the file must be, here is a list of the fields with their corresponding IDs and how they should be ordered on the .csv file:\\
 \\ \\
 ^ ID ^ Name ^ Description ^ Example ^ ^ ID ^ Name ^ Description ^ Example ^