Posts tagged as:

csv

DataSift data can be exported from both recordings and historics in either JSON or CSV formats. Depending upon your filter  definition, the fields within the resulting data will vary, therefore making importing the data in to a database such as MySQL a little time consuming.

The below PHP script automatically generates the CREATE TABLE command, along with the LOAD DATA INFILE command, allowing you to create a new table, and import the data quickly and easily.

[click to continue…]