Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Columns with data in excel showing as null in Alteryx

kyorio
7 - Meteor

Hi everyone,

 

I am trying to read excel binary files into Alteryx and there are some fields that have content in excel that are showing as null in Alteryx. I tried changing the field type, but that did not help. Does anyone know what the issue is? Thanks!

18 REPLIES 18
kyorio
7 - Meteor

If you're able to find an alternative solution that would be great.

pedrodrfaria
13 - Pulsar

@kyorio 

 

Would a workflow that batch converts the binary files into xlsx files work for you? You would not lose anything, it would run a Command Line in order to just convert them.

 

This way you can then set up the workflow to take in a xlsx file instead of a binary file.

 

I have attached an updated version of a workflow I had worked on to in this case take in binary files and convert to xlsx.

 

Pedro.

kyorio
7 - Meteor

The workflow doesn't seem to be working. The true statement of the filter is blank.

kyorio_0-1613436364298.png

 

pedrodrfaria
13 - Pulsar

@kyorio 

 

I updated the workflow.

kyorio
7 - Meteor

I'm getting this error now:

kyorio_0-1613482788088.png

 

pedrodrfaria
13 - Pulsar

@kyorio You just need to remove the question mark and add the macro I had sent previously to that position.

kyorio
7 - Meteor

I'm still getting an error:

kyorio_0-1613490358958.png

 

kyorio
7 - Meteor

@pedrodrfaria I got the workflow to run without errors, but now I don't see the .xlsx files in the same folder where I have the .xlsb files. Could they be saved somewhere else?

pedrodrfaria
13 - Pulsar

Hi @kyorio 

 

Were you able to fix the previous error correctly? You just had to update the file path to your computer.

 

pedrodrfaria_0-1613651521143.png

 

 

I just tested it and I was able to create the file in the same folder as the previous one.

pedrodrfaria_1-1613651569384.png

Can you confirm if the macro ran properly? The same quantity of iterations are you have files.

 

pedrodrfaria_2-1613651590742.png

 

 

Labels