Hello there,
I have a weird situation.
I am reading a csv file from Azure data lake using the alteryx connector, doing some processing and then writing it to SQL DW. It works well with the file that I used for building the workflow. However, when I pick a different with same structure and column names from from data lake, I am getting a warning saying "the field is not contained in the record, if I use SELECT tool after reading. I get similar warning saying "the field was selected but missing from the record" if I use auto field tool. See attached.
The field show is always the first column in my file, in this case Transaction_Number. However, this column is successfully written to the output. I am not sure why I am getting a warning. I want to resolve this warning because I want to rename this column to something else. If I proceed with this warning, the renaming doesn't work - I just get the old column with values.
Thanks in advance.