Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

More CSV Parsing Improvements #1266

Merged
merged 5 commits into from Jan 10, 2019

Commits on Dec 19, 2018

  1. More CSV Parsing Improvements

     - Allow escape_char to be optional: push a use_escape_char option all the
      way through all code.
     - Better parser diagnostics on parser failure. For instance:
    
    ```
     Unable to interpret ""hello"" as a integer
    Parse failed at token ending at:
    	2,"hello"^
    Successfully parsed 1 tokens:
    	0: 2
    ```
    Yucheng Low committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    28415dc View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. Configuration menu
    Copy the full SHA
    7d23d96 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

  1. fix compile error.

    Yucheng Low committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    b79f552 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. Fixed quoted newline issue when thread count is high

    Yucheng Low committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    96c16e2 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

  1. Address comments

    Yucheng Low committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    ab4335b View commit details
    Browse the repository at this point in the history