Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The config file for JSON Data source #256

Open
cwichka opened this issue Sep 19, 2018 · 2 comments
Open

The config file for JSON Data source #256

cwichka opened this issue Sep 19, 2018 · 2 comments

Comments

@cwichka
Copy link

cwichka commented Sep 19, 2018

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 !

@Anishx
Copy link

Anishx commented Oct 30, 2018

#258

@uderline
Copy link

uderline commented Nov 1, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants