Skip to content

CSV Reader not working #5

Open
Open
@heinzwilli

Description

Hi,
in your commit "Better management for color management, update for csv management" you changed the CSVReader. In src/json/converter/csv/CSVReader.java function readRecord() you changed

boolean filter = (prop!=null?applyFilter(aRecordNumber,prop):true); 

to

boolean filter = (prop!=null?applyFilter(aRecordNumber,prop):false);

this caused the function

TopojsonApi.shpToTopojsonFile("./data/MA.shp", "nad83:2001",
                    "./web/topojson_10.json", 
                    "MA", 
                    10, 
                    4, 
                    false);

to skip reading all the records.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions