Problems with importing csv/sql
Posted: 2007-08-18 15:12:20
I try to import database from SQL base, but find few problems.
As someone suggest import from SQL file is impossible, so only solution is export database to csv file, but it isn't so good.
That's differences in SQL i CSV files:
1) In SQL format AMC can export linebreaks, but can't import it back (insert '|').
2) In SQL AMC export " as /", but in csv breaks reading after " without checking that is end of field or not (end is "; )
3) In export file picturename is in "" as this is textfield. AMC can't read this: wants filename without ".
When in second and third i may made some replaces in any editor , in first i have no idea how i can import it.
Any chances for solution?
As someone suggest import from SQL file is impossible, so only solution is export database to csv file, but it isn't so good.
That's differences in SQL i CSV files:
1) In SQL format AMC can export linebreaks, but can't import it back (insert '|').
2) In SQL AMC export " as /", but in csv breaks reading after " without checking that is end of field or not (end is "; )
3) In export file picturename is in "" as this is textfield. AMC can't read this: wants filename without ".
When in second and third i may made some replaces in any editor , in first i have no idea how i can import it.
Any chances for solution?