Different schema to first file in set
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I am currently trying to bring a number of files together through an alteryx flow. The files are all alteryx database files(.yxdb) which are being converted into a tableau file (.hyper). The issue I am experiencing is that one of the files is being skipped by the flow as it has a different schema to the rest of the set. I do not understand how this could be as all of these files have been run through a different alteryx workflow which means they have all the same columns, field sizes, field types etc. Has anyone experienced something similar or know how to fix this?
Solved! Go to Solution.
- Labels:
- Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello @Cian_99 ,
This usually happens with string values. If you have some of your coulmns with given special characters (nordisk ones for example) this may be the issue. Try setting the columns to v_wString before the output writing to yxdb and see what happens.
This may be the problem, if not we can keep checking
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You still need to check them. Check to ensure the columns all match. If you are getting that error then it's very likely that one doesn't match 100%. What happens a lot is that the "Unknown" field is still selected and therefore allows other columns to get through that mess up the alignment of columns.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I made this change to the first workflow, yet it made no difference after running all the files again. Still same problem unfortunately.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Unknown field was unchecked, and I have compared columns and they are identical
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Could you please humor me and create a small workflow with one yxdb that works and the one which doesnt. After them add a field info tool and compare all columns (use a join tool by position) and show us an image with the output. There should be a difference between them.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I took your advice and one field type turned out to be different even after the flow had ran. I have fixed the error and it now runs. Thank you both very much!
