Add test file.

This commit is contained in:
Nick Hepler 2024-08-18 12:18:57 -04:00
parent bebab601d4
commit 3ad6a06aea

5
test.csv Normal file
View File

@ -0,0 +1,5 @@
UtilityId,OpDiv,CustomerLatitude,CustomerLongitude,Municipality,County
1001,KINGSTON,41.85,-74.52,NEVERSINK,SULLIVAN
1001,KINGSTON,41.84,-74.52,NEVERSINK,SULLIVAN
1001,KINGSTON,41.85,-74.51,NEVERSINK,SULLIVAN
1001,KINGSTON,41.84,-74.51,NEVERSINK,SULLIVAN
1 UtilityId OpDiv CustomerLatitude CustomerLongitude Municipality County
2 1001 KINGSTON 41.85 -74.52 NEVERSINK SULLIVAN
3 1001 KINGSTON 41.84 -74.52 NEVERSINK SULLIVAN
4 1001 KINGSTON 41.85 -74.51 NEVERSINK SULLIVAN
5 1001 KINGSTON 41.84 -74.51 NEVERSINK SULLIVAN