Duke
Duke copied to clipboard
The config file for JSON Data source
Does anyone know the structure of the config file for JSON data source for a deduplication issue ? My deduplication project works perfectly fine on a CSV file but when i've tried to do same thing on a JSON file i didn't find an example nor a solution to it !!
Thanks in advance !
https://github.com/larsga/Duke/issues/258
I would like to add that the json to parse is not valid. The format (cf. the test file) is
{"entry": "1", "name": "John", "last_name": "Doe"}
{"entry": "2", "name": "John", "last_name": "Doe"}
{"entry": "3", "name": "John", "last_name": "Doe"}
No [ ]
nor ,
out of each entry.
Note added to the data source wiki page.