I have a json file file that contains some empty strings:
I have changed them by null using regex expression on ReplaceText :
Then i transformed the Json to CSV using Convert Record:
The final step was loading the csv to postgres db.
i got this result:
But i don't need the empty string in the database i need the Null value:
Have anyone an idea that can help me solve that issue ?