Hi. I am trying to get the content of this csv file with 10 columns separated by commas as shown in the image above.
Get file content, has this formula: body('Obter_conteúdo_de_arquivo')?['Content']
Error: Null Content
Content By Lines has this formula: split(outputs('Obter_conteúdo_de_arquivo')?['body'], '\n')
Error: The template language function 'split' expects its first parameter to be of type string. The provided value is of type 'Object'.
Please could you help me?
I need convert this csv file in xlsx file, but I don't want to copy other people's code on the internet without understanding what's going on, I need to learn.