San Francisco and New York's raw twitter data are a couple of years older than the Bogota, Buenos Aires, Hong Kong, and Sydney data. The data that we have access to currently only has the following fields:
The date field is peculiar because it has the data format: 'YYYY-MM-DDT00:00:00z' I believe that this data format is what causes the upload process to break.
Solution: Investigate how to adjust parameters in data upload to convert this field into a proper date time format into MongoDB.
San Francisco and New York's raw twitter data are a couple of years older than the Bogota, Buenos Aires, Hong Kong, and Sydney data. The data that we have access to currently only has the following fields:
The
datefield is peculiar because it has the data format: 'YYYY-MM-DDT00:00:00z' I believe that this data format is what causes the upload process to break.Solution: Investigate how to adjust parameters in data upload to convert this field into a proper date time format into MongoDB.