Comma Delimiter issue with CSV
- 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
I'm having an issue with one of my input files. The file is comma delimited but is not coming over with quotes to retain a values position under a certain column.
For example
Food, Agricultural, and Environmental Sciences CCH6
Food, Agricultural, and Environmental Sciences should be in it's own column but the comma is allowing a portion of the text to be brought over into the three columns total since there are two commas in the text.
Is there a way to get alteryx to recognize that Food, Agricultural, and Environmental Sciences should all remain in one column?
Solved! Go to Solution.
- Labels:
- Data Investigation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
share some sample file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sure, see attached.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
what i can see is you can solve this problem by adding such factors in Quotes so you can ignore delimiters in Quotes else you can concat the data once it is separated.
- 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
Thank you!!
