Active
Project:
CSV Parser
Version:
6.x-1.0-alpha2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Apr 2009 at 10:35 UTC
Updated:
23 Apr 2009 at 18:57 UTC
I would much appreciate some help concerning modification suggestions so that module may parse TAB delimited files. Can one of the existing options be replaced with the TAB option? In fact, for my application, I need no more than a single delimiter option, the TAB option - possibly the comma delimiter option may be modified to cater for TAB delimiter?
Any ideas?
Comments
Comment #1
abramo commentedComment #2
alex_b commentedSee how the delimiter value is being used as argument for strpos() in parser_csv_parser.inc line 207 :
http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/parser_csv/...
http://us3.php.net/function.strpos
You should be able to use any character.
Comment #3
abramo commentedMany thanks, that's very helpful!
Shall try, and shall report back.