Forum Discussion

GustavoBorges's avatar
GustavoBorges
Frequent Visitor
2 years ago
Solved

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...
  • GustavoBorges's avatar
    GustavoBorges
    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.