Also while adding another csv source in the csv_fi...
# troubleshooting
h
Also while adding another csv source in the csv_files_definition json file, tap-csv is mysteriously deselecting the second source and throwing an error as shown in the figure. My source.json (csv_files_definition) looks something like this.
[
{
"entity" : "indi_info",
"path" : "Path to indi_info.csv",
"keys" : ["ID"]
},
{
"entity" : "org_info",
"path" : "Path to org_info.csv",
"keys" : ["ID"]
}
]
Does anyone know why this is happening?