Menu

SEPARATOR inside CSV

2016-05-23
2016-06-28
  • Lord Hol Napult

    Lord Hol Napult - 2016-05-23

    I've look inside the code a bit fast. The SEP command doesn't seems to be implemented. SEP command identify the separator character used inside CSV file, while the separator is an input for csv that are without it.

    that's the syntax:
    SEP=;
    1,2,3,4,
    2,3,4,5

    if SEP=X
    then
    1x2x3x4
    2x3x4x5

    You should implement it.
    over.
    LHN

     
  • Tal H

    Tal H - 2016-06-28

    SEP command appears not to be a part of the formal CSV format, from checking in some CSV format definition pages... It seems to be something specific for MS-Excel.
    Anyway, the "constructor" enables to specify the delimiter (It's C, there is no real c'tor but there is a c'tor-like functuion)

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.