chamkank
chamkank
Correct me if I'm wrong, but it looks like you copied the source code into `/Users/user1/code-repo/test/datamapper/`. Can you try installing the module via pip (`pip3 install hone`) instead?
That's definitely a bug. Looks like the issue is that the single quote in `'COTE D'IVOIRE'` isn't escaped properly. I'll get to fixing it later today, thanks for catching this!
> I have a nested destination json schema which have dict, array, object, string act - Hone currently only converts values to strings, but type casting to JSON data types...
> I am not sure how i will handle the json datatype and above condition.... - #11 will add support for JSON arrays, numbers, objects, etc. - Could you clarify...
Hey, thanks for reaching out! That's an interesting idea, but can I ask what your use case for this would be? This seems like it would have better compression, at...
@ammuluk Apologies for the late response! @rossw7 has opened #6 to deal with integer values. Booleans will be a little bit tricky because there is no standard way to represent...
Hi there! The file you've attached seems to be a JSON file. This tool only converts CSV to JSON, and automatically picks the schema/structure/configuration. Please let me know if you...
Ah okay, sorry for misinterpreting. It's not possible to generate a JSON file automatically with that structure from a CSV file because you have JSON arrays as values in your...
Have you tried clearing your browser cache? And where are you deploying to?
Most likely a file path issue, can I see your code for `app.py`? The error log would help as well.