I want to convert edi file format into csv format. But
Error :
Cannot coerce a :object to a :string
1 answer
It might be more clear if you post the transformation, but in general this issue is because of trying to convert an object to string without proper transformation. Like mapping Date to string or so.