Hi!
In order to reduce the size and performance of the CSV file exported from Alteryx I have thought of a solution:
- Rename values to short dummy values, export these values to a list, and make a link of these into MS Power BI.
This reduces the amount of text, and thus the size and performance of the CSV file.
I am however in the dark of HOW I'm gonna achieve this in Alteryx 🙂
Any good helpers here? Thanks in advance!
Solved! Go to Solution.
Hi @atcodedog05
Thanks for reaching out, attached is a dummy CSV file with different columns with values that I want to be renamed and exported
Hi @ulysses_no
Here is how you can do it.
Workflow:
1. Using summarize to get list of brand.
2. Using record id to get Brand unique ID
3. Using formula to create Brand ID "B1"...
4. Using find and replace to replace brand with Brand ID
5. After select tool exporting the brand id.
Hope this helps : )
Hope this helps : )
Thank you so much, @atcodedog05 ! It was just what I was looking for! 🙂
Happy to help : ) @ulysses_no
Cheers and have a nice day!