When I import a CSV file of census data, the length and precision of all of the fields are zero.
As a result, when I try to join the census data with a TIGER file of corresponding census block groups, the joined fields are "NULL."
How do I prepare the CSV file for an effective join?
Both the data of the CSV file and the field on which the join is based are in the TIGER file are string format.
1 Answer 1
If you want to specify field types and precision you would need to create a companion csvt file. It's actually quite simple.
This primer should get you started.
'
before the text if handled in Excel).