Hello together,
best easter wishes from Germany.
I work with 2.6, have realised different programs, in which I would like to integrate different data sent
by frineds. The files are text files, delimited with a semikolon sign.
Here example:
A 110059;AkkuLadegerätMignonCamelion;;;Akku/Ladegerät/Bat.;nicht benannt;8.90;
A 140076;Board_Lithium-Batterie-Pack3.6/4.8V;;LEERART.NR.12915);Board;;11.64;
When I try to load them, i.e. with the command :
append from test/test.csv type delimited with ';'
I got an error message, translated "Key not known"
If I do this command
append from test/test.csv type delimited with ;
nothing happens
I think the problem is this sign ; what we name semikolon
Then I tried to import it like read here
append type delimited with ; from test/test.csv
Now the command works, but the result is that nothing is seperated, my both samples are in the first column?
What can I do?
Thank you
Michael
best easter wishes from Germany.
I work with 2.6, have realised different programs, in which I would like to integrate different data sent
by frineds. The files are text files, delimited with a semikolon sign.
Here example:
A 110059;AkkuLadegerätMignonCamelion;;;Akku/Ladegerät/Bat.;nicht benannt;8.90;
A 140076;Board_Lithium-Batterie-Pack3.6/4.8V;;LEERART.NR.12915);Board;;11.64;
When I try to load them, i.e. with the command :
append from test/test.csv type delimited with ';'
I got an error message, translated "Key not known"
If I do this command
append from test/test.csv type delimited with ;
nothing happens
I think the problem is this sign ; what we name semikolon
Then I tried to import it like read here
append type delimited with ; from test/test.csv
Now the command works, but the result is that nothing is seperated, my both samples are in the first column?
What can I do?
Thank you
Michael