Forum Discussion
GustavoBorges
2 years agoFrequent Visitor
Error on updating DataFlow
I have a Dataflow whose source is Mongo Atlas SQL, within the dataflow I do various data processing, convert jsons into tables... Before carrying out the data processing, the dataflow was updating...
- 2 years ago
Thanks for answering Anonymous,
In fact, the problem was when converting text to JSON trying to convert a cell that was empty, then the error occurred.
Replacing the empty ones with [] or {} (depending on whether the column was an array or an object) and it worked.