This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
The highly anticipated Alteryx Community tradition is back! We hope you'll join us!
Learn MoreI've created and posted an application to Alteryx Gallery, but I'm having two problems. The application takes a file upload and the name of the output file through interface tools.
Here is the link to the application.
https://gallery.alteryx.com/#!app/Convert-ASCII-Grid-to-Alteryx/599b4abceffc2a09d400a82c
1. The input file typically has a .txt extension, but the app won't take that as input. The error I receive is this:
The job Convert ASCII Grid to Alteryx did not complete successfully and resulted in the following errors:
2. I can't successfully output the data as a .yxdb format file. I can output as a .shp format file. The error I receive is this:
The job Convert ASCII Grid to Alteryx did not complete successfully and resulted in the following errors:
Can someone help me figure out the causes and remedies for these two issues?
I've attached both the .csv and the .txt versions of an example data set for testing.
Solved! Go to Solution.
For #1, Alteryx has a cool feature whereby when you select a file with a known extension, Alteryx will automatically be able to read the file in. As you've come across, this causes problems when the filetype is not a known file type (txt is not a known filetype since we're reading it in a csv). In order to handle a txt file, I've made an adjustment in the attached: I added a condition tool and an action tool. The condition tool makes sure that just one action tool fires off. The action tool that I added will just replace the filename and not change the extension (which is what your original action tool is doing by default). This should allow you to read in all known file types (csv, flat, xls) plus txt.
As for #2, I would reach out to support@alteryx.com. Unless we're both missing something, I'm not sure why it's adding the table1 business to your yxdb. I tried assorted workarounds with no luck. I think you have it setup correctly. I'd be happy to hear I'm wrong and this one so that I can learn something new!
Hi Philip,
I am facing the same output issue that you mentioned in #2 and I get a similar error as shown in screen shot below. Were you able to resolve this please?
Oops!
The job New Workflow1 did not complete successfully and resulted in the following errors:
Thank you! Works great. Really appreciate it!
Did you resolve this issue in the end? I am now coming across it.
Did anyone come up with a solution to this? I have the same problem where it adds a table to the end and I want it to be CSV
Was there ever a solution found for #2? Currently facing this issue.
Will it work if you change the Action Tool to "Update Value" instead of the default "Update Output Data Tool"? That's what worked for me in the end.