Opened 21 years ago

Last modified 14 years ago

#471 closed enhancement

Update split function... — at Version 2

Reported by: sdlime Owned by: sdlime
Priority: high Milestone: 6.0 release
Component: MapServer C Library Version: 4.1
Severity: minor Keywords:
Cc: aboudreault, dmorissette, warmerdam

Description (last modified by sdlime)

From steve:

- Fixing behavior of split function (soon to be msStringSplit). At present it
ignores consecutive delimeters. This presents a problem with CSV joined tables
where ,, actually means a field is empty. I'd like to change the behavior to
return an empty string.

From dan:

- While you're at it, I would like to that you also add an option to 
honour strings.  Actually, there is a function called 
CSLTokenizeString2() gdal/port/cpl_string.c that does that and more and 
that you could simply copy after a few small changes.

Change History (2)

comment:1 by sdlime, 21 years ago

Severity: normalenhancement
Status: newassigned
Version: unspecified4.1

comment:2 by sdlime, 16 years ago

Description: modified (diff)
Milestone: 5.4 release

Still a friggin' problem. Giving this one a milestone so it actually gets attention.

Steve

Note: See TracTickets for help on using tickets.