Needs review
Project:
Transformations -- CSV
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Oct 2010 at 16:00 UTC
Updated:
19 Oct 2010 at 16:36 UTC
Hi there? I don't suppose there's any way to read a tab-separated CSV? I've tried "\t", "TAB", the percent code (	) and the whitespace character itself... nothing works.
Just about to go into the code to see what might work. I'll post anything I find in case someone else is looking.
Comments
Comment #1
patcon commentedJust noticed that Feeds uses the same CSVparser, and they allow for tabs, so hopefully that means it will be simple...
Comment #2
patcon commentedAlright, so I used Feeds modules's
FeedsCSVParser.incas a starter (line 19):I altered line 255 in Transformations -- CSV's
operations.csv.incfrom:to
So now if I type in "TAB" as the delimiter, it separated based on that.
Sorry that I don't know how to roll a patch yet. I'm pricing laptops and holding off on learning until I have a linux environment to work with.
I'll just switch this to "Needs review",