arturo-lang / arturo

Simple, expressive & portable programming language for efficient scripting
http://arturo-lang.io
MIT License
721 stars 32 forks source link

[Files\read] add support for different delimiters when in `.csv` mode #1391

Open github-actions[bot] opened 10 months ago

github-actions[bot] commented 10 months ago

[Files\read] add support for different delimiters when in .csv mode this could be something as simple as .with: or .delimiter:, or .delimited: also see: https://github.com/arturo-lang/arturo/pull/1008#issuecomment-1450571702

https://github.com/arturo-lang/arturo/blob/411617a1906063cf0adfd3ac06804dc4b29403a0/src/library/Files.nim#L241

                    push(VNULL)

        # TODO(Files\read) add support for different delimiters when in `.csv` mode
        #  this could be something as simple as `.with:` or `.delimiter:`, or `.delimited:`
        #  also see: https://github.com/arturo-lang/arturo/pull/1008#issuecomment-1450571702
        #  labels:library,enhancement

        # TODO(Files\read) show a warning in case an unsupported attribute is used in MINI builds
        #  right now, passing e.g. `.html` in a MINI build will silently fail, but
        #  the results might be too confusing: 
        #  https://github.com/arturo-lang/arturo/pull/1008#issuecomment-1451696988

eddf1af58228152ad12336df3baa23aadc2f6088

stale[bot] commented 2 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.