Forum Discussion
Please take a look at the CSV Parser documentation. There is a secondary input view that you can use to replace the column header names so that it will parse correctly.
Thank you! I get the headers but it skips all the blank columns.
my headers are
name, id, blank, blank, school, blank, blank.
and I have the blanks in the data and schema, but once it comes out of parser, it gives me
name, id, school
and the blank is not there anymore.
- Abhishek_Soni373 years agoContributor
Hi @emmanuel001,
As per the error message, it’s clear that the user you are using to authenticate does not have sufficient access to perform the required execution.
For example, maybe you are trying the send an email, but the user doesn’t have sufficient access to the API resource to send it.
Check if all possible roles are assigned to the user.
Cheers,
- PratapKr_Gayen3 years agoNew Contributor II
I think Snaplogic is not registered as trusted app in mailjet.
you can check the below link though it’s for gmail, but will help to understand the issue.