Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Dynamic input tool with diff schema (dbf files)

smallpotato
7 - Meteor

Hi, due to some path issues, I must use the dynamic input tool for my system. I need to read three nearly identical DBF files. However, I encountered an error stating that the input files have different schemas. Upon checking, I found that Alteryx read one of the DBF files as Wstring, while the others were read as String. In FoxPro, the three DBF files have an identical data schema, where all fields are of type 'characters'. I have already checked the box to output all fields as strings. Could you please advise me on how to fix this issue? Sorry that I may not provide my source data online.

1 REPLY 1
terry10
12 - Quasar

Since you only have 3 files to input, I would suggest just using 3 separate Input Data Tools. Once the data is in Alteryx, you can adjust the data types and then union the data or whatever.

 

If you had many files to bring in and there was one that was erroring out due to a field type issue, you could bring in your files as an undelimited text file (set the delimiter to \0 and make sure the Field length is big enough). Once the data is in Alteryx, you can use the Text to Columns tool to parse the data into columns as needed.

 

 

input.PNG

Labels
Top Solution Authors