Load .slk file type in Alteryx
- 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
Hi team,
I am looking for a workaround to load or read the data from a Symbolic Link Excel (.slk) file type on Alteryx.
If not load, then alleast convert Symbolic Link Excel (.slk) file type in Alteryx itself to a format that is read in alteryx.
Solved! Go to Solution.
- Labels:
- Datasets
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Have you tried reading it by configuring it as a csv input with delimiter of \0? This typically works for text based files, which from what I can tell an slk is. Assuming that works, you'll have to do the parsing yourself. It looks like there's some python libraries that convert slk into csv as well you could play around with.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Like,
Thanks for your response !
Did you meant that I bring in the.slk file on an Input toll and configure the input tool as .csv ?
If yes, please be informed that .slk is an unsupported excel format in Alteryx. In that case, the input tool does not allow me to connect to the slk file at all.
But correct me if I have misunderstood your solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
If you paste the file path into the input tool it should work. I've done this plenty of times with non-standard file extensions that are actually just text files.
Here's an example with a .dat file, also not natively available in the input tool:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Perfect ! Thanks so much Luke.
