Hello, Im trying to map csv to dataset Im having the follow csv:SKUSizeColor10214039001|10233324003|1025377500910|BOYS 6|10.5B1O SAPP|M19 SMO|ALU ALU and the follow schema: I tried using the following transformation:arrays_to_objects("SKU", explode(SKU, "\\|"), "_sportline.Color", explode(Color...