by GuZzO on Mon Nov 02, 2009 2:17 pm
there's no ";" separator.... you use space as separator and it's not a good choice!!
you should have ";" between every fields
the second bad point is you use both "," or "." for decimal separator.
i test with both and it works but pay attention to this because some softwares could bug...
following syntax should be ok:
SJÖ;Y-koord;X-koord;Reg;Area;Depth;AboveSL;HighSL;RiverS;Munic;SjöID;bg_lat;bg_long
Alkvettern;6587900;1421510;T;11,09;19;112,3;175;Gullspångsälven;Karlskoga;3;59.39537;14.44053
Allgjuttern;6424890;1517240;H;0,17;32;126,4;138;Botorpsströmmen;Västervik;4;0;0
Allgunnen;6317060;1514190;H;13,1;15,6;84,7;88;Alsterån;Högsby;5;57.063171;15.99603
Alsen;6527450;1449110;T;5,9;16,5;88,5;150;Motala ström;Askersund;6;48.630741;-98.704262
Alstern (Filipstad);6623220;1393390;S;9,5;64;158;185;Gullspångsälven;Filipstad;7;0;0
Alstern (Karlstad);6592360;1374810;S;5,9;14;52;180;Alsterälven;Karlstad;8;0;0
Anen;6410210;1514210;H;3,58;17;123;129;Botorpsströmmen;Västervik;11;0;0
Anten;6434990;1301580;O;18,37;27;66,3;;Säveån;Alingsås;333;52.63583;7.7489
Aspen (S-län);6580680;1322440;S;3,4;14;70;;Göta älv ;Säffle;266;0;0
Use excel to convert your text file in csv but you'll have to correct manually some rows...
like Alstern (Filipstad) which is one field but excel will separate" Alstern" and "(Filipstad)" because there's a space between them!!!
same problem for Motala ström and Göta älv