Fix csv test dataset

This commit is contained in:
Matthias Kuhn 2015-12-17 12:46:33 +01:00
parent 13ba27e7a1
commit b855b0f7b3

View File

@ -1,6 +1,6 @@
pk,cnt,name,name2,num_char,wkt
5,-200,,NuLl,5,Point(-71.123 78.23)
3,300,Pear,3,PEaR,
3,300,Pear,PEaR,3,
1,100,Orange,oranGe,1,Point(-70.332 66.33)
2,200,Apple,Apple,2,Point(-68.2 70.8)
4,400,Honey,Honey,4,Point(-65.32 78.3)

1 pk cnt name name2 num_char wkt
2 5 -200 NuLl 5 Point(-71.123 78.23)
3 3 300 Pear 3 PEaR PEaR 3
4 1 100 Orange oranGe 1 Point(-70.332 66.33)
5 2 200 Apple Apple 2 Point(-68.2 70.8)
6 4 400 Honey Honey 4 Point(-65.32 78.3)