I'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:
- The Action "Tool #27" has an error: The file "In_599b4e33904d1c42914ec72b\larimer_colorado_dem_90m.txt" is not a known format. (2)
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:
- Error creating the file " Z:\Service\Staging\2404_75b3c79993b74cffbb9f434afa51cc6f\test.yxdb|||Table1 ": The filename, directory name, or volume label syntax is incorrect. (Tool Id: 28)
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.