Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: import csv error (Read 2082 times) previous topic - next topic

import csv error

Hi,
i have this problem whe i import data csv, where am I wrong?


Re: import csv error

Reply #2
Ok,solved.
and if i want to update existing records?


Re: import csv error

Reply #4
ok

and how can I avoid duplicates?


Re: import csv error

Reply #6
Let the database handle it.  Be sure to include the SAME index key  for records which are duplicate, or only export distinct rows to your CSV file.