SOLVED
Text to column - automation help needed
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
tomekgagola
7 - Meteor
‎09-17-2021
07:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
I have the datasets that is something like below:
Value | ID |
1 | A,B,C |
2 | AA,BB,CC |
3 | A1,A2,A3 |
4 | A2,B2,C2,C4 |
Here is the desired outcome:
Value | ID |
1 | A |
1 | B |
1 | C |
2 | AA |
2 | BB |
2 | CC |
3 | A1 |
3 | A2 |
3 | A3 |
4 | A2 |
4 | B2 |
4 | C2 |
4 | C4 |
I am able to do it in designer using workflow, however the method I use is very static and needs multiple selects. I wondered if there is a way to do it in more automatic way especially that my dataset might contain +25 ID initially inside the same cell.
Solved! Go to Solution.
Labels:
- Labels:
- Apps
- Batch Macro
- Best Practices
- Bug
- Common Use Cases
- Connectors
- Custom Tools
- Data Investigation
- Database Connection
- Datasets
- Date Time
- Designer Cloud
- Developer
- Developer Tools
- Documentation
- Download
- Dynamic Processing
- Engine
- Error Message
- Events
- Expression
- Fuzzy Match
- Gallery
- Help
- Input
- Installation
- Interface Tools
- Iterative Macro
- Join
- Machine Learning
- Macros
- Output
- Parse
- Predictive Analysis
- Preparation
- Python
- Qlik
- R Tool
- Regex
- Reporting
- Run Command
- Scheduler
- Settings
- Sharepoint
- Spatial Analysis
- Text Mining
- Time Series
- Tips and Tricks
- Topic of Interest
- Transformation
- Workflow
3 REPLIES 3
22 - Nova
‎09-17-2021
07:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎09-17-2021
07:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
That was quick. Appreciate it.
22 - Nova
‎09-17-2021
07:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Happy to help : ) @tomekgagola
Cheers and have a nice day!
